https://sandbox-portal.zift.io/api/v01/users/[user-name]/resellers
Represents Resellers, associated with the given user.
Method: POST | Implicit: No | Returns: ServiceResponse |
Consumes: json, xml | Produces: json, xml | |
Adds a reseller to a user. Multiple resellers can be added to a single user.
|
# | Name | Type | Required | Default | Description |
---|---|---|---|---|---|
01 | code | Integer | Yes |
Identifier of a reseller that is going to be added to the specified user. |
Method: GET | Implicit: Yes | Returns: Reseller * |
Consumes: xurl | Produces: json, xml | |
Loads list of resellers that this user has access to.
|